
Cookiecutter template for Adobe Substance 3D Designer plugin packages
---------------------------------------------------------------------

Quickstart:
-----------

* Install Python if it is not already installed in your system.
  Cookiecutter is compatible with both Python 2 and Python 3.

* Install Cookiecutter if you don't have it already.
  Usually this can be done by using pip:

    pip install cookiecutter

  For alternative ways to install Cookiecutter or for more information about Cookiecutter
  you can check the documentation at https://cookiecutter.readthedocs.io/en/latest/installation.html

* Create a new Adobe Substance 3D Designer plugin package project:
  In a terminal window run:

    cookiecutter path/to/pkgplugintemplate -o path/to/new/project

  The new project is created in the specified directory.

Packaging your plugin:
----------------------

  In a terminal window, from inside the project directory, run:

    python makepackage.py

  The plugin package will be generated in the build directory.
